home *** CD-ROM | disk | FTP | other *** search
- REM
- REM
- REM Floppy disk batch procedure to produce PC-DBMS version 1.0
- REM from bulletin board copy of PC-DBMS library.
- REM
- REM Be sure drive B: contains a formatted diskette
- REM with at least 230k of free space.
- REM The drive A: diskette requires at least 100k of free space.
- REM
- echo off
- pause
- lu -e pc-dbms nusq.com
- lu -e pc-dbms read.me
- copy read.me b:
- del read.me
- REM GET & UNSQUEEZE BOTH MANUAL HALVES, DELETE SQUEEZED VERSION
- lu -e pc-dbms manual.1q
- nusq manual.1q b:
- del manual.1q
- lu -e pc-dbms manual.2q
- nusq manual.2q b:
- del manual.2q
- REM GET SAMPLE DATA BASE
- lu -e pc-dbms music.def
- copy music.def b:
- del music.def
- lu -e pc-dbms composer.dat
- copy composer.dat b:
- del composer.dat
- lu -e pc-dbms opus.dat
- copy opus.dat b:
- del opus.dat
- REM GET & UNSQEEZE PROGRAM, DELETE SQUEEZED VERSION
- lu -e pc-dbms pc-dbms.eqe
- nusq pc-dbms.eqe b:
- del pc-dbms.eqe
- del nusq.com
- lu -e pc-dbms request.doc
- copy request.doc b:
- del request.doc
- echo on
- REM
- REM
- REM
- REM You are encouraged to pass along copies of PC-DBMS. Instead of the
- REM bulletin board version, just put these files on a diskette:
- REM
- REM READ.ME MANUAL.1
- REM MANUAL.2 MUSIC.DEF
- REM COMPOSER.DAT OPUS.DAT
- REM PC-DBMS.EXE REQUEST.DOC
- REM
- REM All these files have been extracted from the library and are on your
- REM B: diskette. That is now your PC-DBMS diskette. Copy it for a friend.
- REM
- REM Nothing on the A: diskette is needed for PC-DBMS.
- REM
- REM TYPE B:READ.ME to begin exploring PC-DBMS.
- REM